home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / PageLayoutAccessoryView.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  593 b   |  44 lines

  1. DrawPageLayout = {
  2.     ACTIONS = {
  3.     pickedUnits:;
  4.     savePrintInfoAsDefault:;
  5.     };
  6.     OUTLETS = {
  7.     makeThisDefaultButton;
  8.     topMargin;
  9.     leftMargin;
  10.     rightMargin;
  11.     bottomMargin;
  12.     };
  13.     SUPERCLASS = PageLayout;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. PageLayout = {
  21.     ACTIONS = {
  22.     pickedPaperSize:;
  23.     pickedUnits:;
  24.     pickedButton:;
  25.     pickedLayout:;
  26.     pickedOrientation:;
  27.     };
  28.     OUTLETS = {
  29.     ok;
  30.     unitsList;
  31.     paperView;
  32.     paperSizeList;
  33.     scale;
  34.     orientation;
  35.     cancel;
  36.     height;
  37.     accessoryView;
  38.     layoutList;
  39.     appIcon;
  40.     width;
  41.     };
  42.     SUPERCLASS = Panel;
  43. };
  44.